home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / DiskList 1.6 / data1.cab / Program_DLLs / disklist.exe / 0 / RCDATA / TFRMPROPS / TFRMPROPS.txt
Text File  |  2002-01-07  |  2KB  |  132 lines

  1. object frmProps: TfrmProps
  2.   Left = 189
  3.   Top = 171
  4.   HelpContext = 9
  5.   ActiveControl = txtComment
  6.   BorderStyle = bsDialog
  7.   Caption = 'Properties'
  8.   ClientHeight = 268
  9.   ClientWidth = 382
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Bevel1: TBevel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 365
  22.     Height = 213
  23.     Shape = bsFrame
  24.   end
  25.   object lblComment: TLabel
  26.     Left = 20
  27.     Top = 166
  28.     Width = 60
  29.     Height = 16
  30.     Caption = 'Comment:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 20
  34.     Top = 69
  35.     Width = 82
  36.     Height = 16
  37.     Caption = 'Files in listing:'
  38.   end
  39.   object lblFiles: TLabel
  40.     Left = 305
  41.     Top = 69
  42.     Width = 43
  43.     Height = 16
  44.     Caption = 'lblFiles'
  45.   end
  46.   object lblFolders: TLabel
  47.     Left = 305
  48.     Top = 49
  49.     Width = 60
  50.     Height = 16
  51.     Caption = 'lblFolders'
  52.   end
  53.   object Label2: TLabel
  54.     Left = 20
  55.     Top = 49
  56.     Width = 99
  57.     Height = 16
  58.     Caption = 'Folders in listing:'
  59.   end
  60.   object lblName: TLabel
  61.     Left = 20
  62.     Top = 25
  63.     Width = 59
  64.     Height = 16
  65.     Caption = 'lblName'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -15
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.   end
  73.   object Label1: TLabel
  74.     Left = 20
  75.     Top = 122
  76.     Width = 53
  77.     Height = 16
  78.     Caption = 'Full path:'
  79.   end
  80.   object lblPath: TLabel
  81.     Left = 20
  82.     Top = 142
  83.     Width = 350
  84.     Height = 16
  85.     AutoSize = False
  86.     Caption = 'lblPath'
  87.   end
  88.   object Label4: TLabel
  89.     Left = 20
  90.     Top = 98
  91.     Width = 65
  92.     Height = 16
  93.     Caption = 'Root drive:'
  94.   end
  95.   object OKBtn: TButton
  96.     Left = 97
  97.     Top = 231
  98.     Width = 93
  99.     Height = 31
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 0
  104.     OnClick = OKBtnClick
  105.   end
  106.   object CancelBtn: TButton
  107.     Left = 196
  108.     Top = 231
  109.     Width = 92
  110.     Height = 31
  111.     Cancel = True
  112.     Caption = 'Cancel'
  113.     ModalResult = 2
  114.     TabOrder = 1
  115.   end
  116.   object txtComment: TEdit
  117.     Left = 20
  118.     Top = 186
  119.     Width = 346
  120.     Height = 24
  121.     TabOrder = 2
  122.   end
  123.   object m_pDrive: TDriveComboBox
  124.     Left = 220
  125.     Top = 96
  126.     Width = 149
  127.     Height = 22
  128.     TabOrder = 3
  129.     OnChange = m_pDriveChange
  130.   end
  131. end
  132.